Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / JManager Functions
Abstract Window Toolkit Control Functions /


JMNewAWTContext

Creates an AWT context.

OSStatus JMNewAWTContext (
JMAWTContextRef* context,
JMSessionRef session,
const JMAWTContextCallbacks* callbacks,
JMClientData data);
context
A pointer to the AWT context. On return this parameter is the new AWT context.
session
The session in which you want to create the AWT context.
callbacks
A pointer to the context's callbacks. See "AWT Context Callbacks Structure" (page 13) for more information.
data
Any optional client-specific data.
function result
A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
The new AWT context is in a suspended state, so you must call JMResumeAWTContext to start its thread.

SEE ALSO
The JMDisposeAWTContext function (page 28).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help